derelict.purple.sslconn

Undocumented in source.

Members

Aliases

PurpleSslConnection
alias PurpleSslConnection = _PurpleSslConnection
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleSslErrorFunction
alias PurpleSslErrorFunction = void function(_PurpleSslConnection*, _Anonymous_0, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleSslErrorType
alias PurpleSslErrorType = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleSslInputFunction
alias PurpleSslInputFunction = void function(void*, _PurpleSslConnection*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PurpleSslOps
alias PurpleSslOps = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_close
alias da_purple_ssl_close = void function(PurpleSslConnection* gsc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_connect
alias da_purple_ssl_connect = PurpleSslConnection* function(PurpleAccount* account, const(char)* host, int port, PurpleSslInputFunction func, PurpleSslErrorFunction error_func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_connect_fd
alias da_purple_ssl_connect_fd = PurpleSslConnection* function(PurpleAccount* account, int fd, PurpleSslInputFunction func, PurpleSslErrorFunction error_func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_connect_with_host_fd
alias da_purple_ssl_connect_with_host_fd = PurpleSslConnection* function(PurpleAccount* account, int fd, PurpleSslInputFunction func, PurpleSslErrorFunction error_func, const(char)* host, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_connect_with_ssl_cn
alias da_purple_ssl_connect_with_ssl_cn = PurpleSslConnection* function(PurpleAccount* account, const(char)* host, int port, PurpleSslInputFunction func, PurpleSslErrorFunction error_func, const(char)* ssl_host, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_get_ops
alias da_purple_ssl_get_ops = PurpleSslOps* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_get_peer_certificates
alias da_purple_ssl_get_peer_certificates = GList* function(PurpleSslConnection* gsc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_init
alias da_purple_ssl_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_input_add
alias da_purple_ssl_input_add = void function(PurpleSslConnection* gsc, PurpleSslInputFunction func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_is_supported
alias da_purple_ssl_is_supported = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_read
alias da_purple_ssl_read = size_t function(PurpleSslConnection* gsc, void* buffer, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_set_ops
alias da_purple_ssl_set_ops = void function(PurpleSslOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_strerror
alias da_purple_ssl_strerror = const(gchar)* function(PurpleSslErrorType error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_uninit
alias da_purple_ssl_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_ssl_write
alias da_purple_ssl_write = size_t function(PurpleSslConnection* gsc, const(void)* buffer, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

_Anonymous_0
enum _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_ssl_close
void purple_ssl_close(PurpleSslConnection* gsc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_connect
PurpleSslConnection* purple_ssl_connect(PurpleAccount* account, const(char)* host, int port, PurpleSslInputFunction func, PurpleSslErrorFunction error_func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_connect_fd
PurpleSslConnection* purple_ssl_connect_fd(PurpleAccount* account, int fd, PurpleSslInputFunction func, PurpleSslErrorFunction error_func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_connect_with_host_fd
PurpleSslConnection* purple_ssl_connect_with_host_fd(PurpleAccount* account, int fd, PurpleSslInputFunction func, PurpleSslErrorFunction error_func, const(char)* host, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_connect_with_ssl_cn
PurpleSslConnection* purple_ssl_connect_with_ssl_cn(PurpleAccount* account, const(char)* host, int port, PurpleSslInputFunction func, PurpleSslErrorFunction error_func, const(char)* ssl_host, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_get_ops
PurpleSslOps* purple_ssl_get_ops()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_get_peer_certificates
GList* purple_ssl_get_peer_certificates(PurpleSslConnection* gsc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_init
void purple_ssl_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_input_add
void purple_ssl_input_add(PurpleSslConnection* gsc, PurpleSslInputFunction func, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_is_supported
gboolean purple_ssl_is_supported()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_read
size_t purple_ssl_read(PurpleSslConnection* gsc, void* buffer, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_set_ops
void purple_ssl_set_ops(PurpleSslOps* ops)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_strerror
const(gchar)* purple_ssl_strerror(PurpleSslErrorType error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_uninit
void purple_ssl_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_write
size_t purple_ssl_write(PurpleSslConnection* gsc, const(void)* buffer, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_ssl_close
da_purple_ssl_close purple_ssl_close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_connect
da_purple_ssl_connect purple_ssl_connect;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_connect_fd
da_purple_ssl_connect_fd purple_ssl_connect_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_connect_with_host_fd
da_purple_ssl_connect_with_host_fd purple_ssl_connect_with_host_fd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_connect_with_ssl_cn
da_purple_ssl_connect_with_ssl_cn purple_ssl_connect_with_ssl_cn;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_get_ops
da_purple_ssl_get_ops purple_ssl_get_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_get_peer_certificates
da_purple_ssl_get_peer_certificates purple_ssl_get_peer_certificates;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_init
da_purple_ssl_init purple_ssl_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_input_add
da_purple_ssl_input_add purple_ssl_input_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_is_supported
da_purple_ssl_is_supported purple_ssl_is_supported;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_read
da_purple_ssl_read purple_ssl_read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_set_ops
da_purple_ssl_set_ops purple_ssl_set_ops;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_strerror
da_purple_ssl_strerror purple_ssl_strerror;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_uninit
da_purple_ssl_uninit purple_ssl_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_ssl_write
da_purple_ssl_write purple_ssl_write;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_Anonymous_1
struct _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PurpleSslConnection
struct _PurpleSslConnection
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta